Welcome![Sign In][Sign Up]
Location:
Search - android r

Search list

[JSPMcGraw.Hill.Android.A.Programmers.Guide.Jul.2008.r

Description: McGraw.Hill的Android.A.Programmers.Guide pdf格式,Android 程序员指南,非常适合初学者入门,虽然是英文的,但是简直是事无巨细地介绍和手把手地教,比目前可以找到的中文资料都详细-McGraw.Hill the Android.A.Programmers.Guide pdf format, Android programmers guide, very suitable for beginners entry, although in English, but is obsessed with hand- in-hand introduce and more detail than the current information can be found in chinese
Platform: | Size: 3833856 | Author: 新蛮狼 | Hits:

[Modem programril

Description: Android的Radio Interface Layer (RIL)提供了电话服务和的radio硬件之间的抽象层。Radio Interface Layer RIL(Radio Interface Layer)负责数据的可靠传输、AT命令的发送以及response的解析。应用处理器通过AT命令集与带GPRS功能的无线通讯模块通信。AT command由Hayes公司发明,是一个调制解调器制造商采用的一个调制解调器命令语言,每条命令以字母"AT"开头。-Android' s Radio Interface Layer (RIL) to provide telephone services and the radio hardware abstraction layer between. Radio Interface Layer RIL (Radio Interface Layer) is responsible for reliable transmission of data, AT commands to send, as well as the analytical response. Application processor through the AT command set and functionality with GPRS wireless communication module. AT command invented by the Hayes Company, a manufacturer of modems used in a modem command language, and each order of the letters " AT" at the beginning.
Platform: | Size: 234496 | Author: 张杰 | Hits:

[JSP/JavaLumaQQ-Android

Description: android LumaQQ-Android 在google手机上的开发 qq在源代码-android LumaQQ-Android
Platform: | Size: 490496 | Author: playboy | Hits:

[androidhelloworld

Description: 这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。-This is <android 开发入门> Book helloworld code, java environment, run under eclipse.
Platform: | Size: 23552 | Author: liuliu | Hits:

[JSP/JavaZXing-1.5

Description: ZXing是一个Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 -ZXing is a Java class library for parsing multi-format 1D/2D barcode. Goal is to be able to QR codes, Data Matrix, UPC of 1D bar code decoding. It provides a variety of client platforms, including: J2ME, J2SE, and Android.
Platform: | Size: 43271168 | Author: lyswy | Hits:

[androidrfs_fs

Description: Samsung RFS (Robust Filesystem) drivers for linux/android kernel
Platform: | Size: 79872 | Author: goose | Hits:

[androidDevelopment_of_electronic_documents_Android_game.r

Description: Android游戏开发电子文档Development of electronic documents Android game-Development of electronic documents Android game
Platform: | Size: 2158592 | Author: jk | Hits:

[androidAlarmClock

Description: android的时钟功能,可在eclipse和linux下编译通过。-android clock function, and in eclipse under linux compile.
Platform: | Size: 253952 | Author: james | Hits:

[androidSocket

Description: 这是在android上涌socket实现的模拟器和pc之间通信-failed to translate
Platform: | Size: 41984 | Author: 贺明 | Hits:

[OpenGL programCube_OpneGL

Description: android opengl写的一个立方体例子。eclipse adt环境开发。-android opengl write a cube example. eclipse adt environmental development.
Platform: | Size: 302080 | Author: yyqhs | Hits:

[androidadnroid-log

Description: android的log应用,帮你很好的通过log解决bug问题。-The log android application log to help you solve the bug by a very good question.
Platform: | Size: 379904 | Author: hehe | Hits:

[androidCreating-Your-Next-Killer-Product-Using-Android.r

Description: Creating your next killer product using Android
Platform: | Size: 2604032 | Author: us | Hits:

[androidJavaEye-Android-Client

Description: 著名java论坛javaeye的android客户端 是一个不可多得完整程序-Forum javaeye the android known java client program is a rare complete
Platform: | Size: 735232 | Author: leo | Hits:

[androidYobo.Android

Description: 一款基于Android 的YOBO 在线音乐播放器, 该程序可下载到手机上, 实现用户随时随地的收听自己喜欢歌曲的愿望。播放器的主要功能包括用户授权、用户个人信息展示、我的音乐盒、我的音乐电台和歌曲搜索五部分功能。-This program can be downloaded on the hand, realize the user at any time and place oneself like to listen to the song s desire. The main functions of the players include user authorization, customer information display, my music box, my music radio and songs search five part function.
Platform: | Size: 351232 | Author: Achellis | Hits:

[androidAndroid-VieW-Canvas-bitmap

Description: BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStream is)构造一个BitmapDrawable; 使用BitmapDrawable类的getBitmap()获取得到位图; // 读取InputStream并得到位图 InputStream is=res.openRawResource(R.drawable.pic180) BitmapDrawable bmpDraw=new BitmapDrawable(is) Bitmap bmp=bmpDraw.getBitmap() 或者采用下面的方式: -BitMap, View and Canvas is we use class often Ophone program. This day to feisky study notes appear, through the examples explain View&Canvas and so on. 1. Get a bitmap from resources Can use BitmapDrawable or BitmapFactory to obtain resources of the bitmap. Of course, we first need to obtain resources: Resources res = getResources () Use BitmapDrawable get a bitmap Use BitmapDrawable (InputStream is constructing a BitmapDrawable Use BitmapDrawable kind getBitmap () get get a bitmap //read InputStream and get a bitmap InputStream is = res. OpenRawResource (R.d rawable. Pic180) BitmapDrawable bmpDraw = new BitmapDrawable (is) Bitmap BMP = bmpDraw. GetBitmap () Or use the following ways:
Platform: | Size: 54272 | Author: netwalk | Hits:

[androidtzt_mediavideo

Description: 开发了一个android的音乐播放器,用java语言来实现。-Development of a Android music player, using java language to achieve
Platform: | Size: 59392 | Author: hyj | Hits:

[androidandroid-workspace

Description: 修改gallery,自己看吧,不多说fsdafafghxfjndzgshzgs-import seker.mygallery.R import seker.mygallery.view.GalleryAdapter import seker.mygallery.view.MyAdapterView import seker.mygallery.view.MyGallery
Platform: | Size: 1238016 | Author: 张达文 | Hits:

[JSPAndroid-system-development

Description: 很全面的书,对刚入公司的从业者非常有帮助。读者对象:Linux开发人员、移动设备开发人员、Android系统框架层和底层开发人员、有意图深入学习Android的人员、手机研发的公司-Very comprehensive book, practitioners started going very helpful. Audience: Linux developers, mobile device developers, the Android system framework layer and underlying developers of, intentional staff of in-depth learning Android phone R & D companies
Platform: | Size: 66123776 | Author: lexus | Hits:

[Software Engineeringandroid.R.styleable

Description: android.R.styleable 类包含下面所有组件相关的XML属性-android.R.styleable class contains all of the components associated with the following XML attributes
Platform: | Size: 23552 | Author: 刘广志 | Hits:

[Delphi VCLDPF.Android.Native.Components.v2.8.6

Description: 该控件Delphi XE开发原生的 Android 应用程序。组件:TDPFJAlertDialog, TDPFJAnalogClock, TDPFJButton, TDPFJCheckBox ,TDPFJChronometer, TDPFJDatePicker 等等。封装了包括 Android.Widget, Android.Net, Android.OS and Android-Develop Native Android applications with Delphi XE5/XE6/XE7 Some components: + Added TDPFJAlertDialog + TDPFJAnalogClock + TDPFJButton + TDPFJCheckBox + TDPFJChronometer + TDPFJDatePicker + TDPFJDatePickerDialog + TDPFJEditText + TDPFJImageView + TDPFJListView (not completed) + TDPFJProgressBar + TDPFJProgressDialog + TDPFJTextView + TDPFJTimePickerDialog + TDPFJToast + TDPFJView + TDPFJRadioButton + TDPFJNumberPicker + TDPFJScrollView component + TDPFJSeekBar + TDPFJTabHost Component (Tabbed view) + TDPFJSpinner Component (Dropdown list) + TDPFJTextSwitcher Component (Fade/Slide Texts) + TDPFJTextClock + TDPFJWebView + Wrapped some Android.Widget + Wrapped some Android.Net + Wrapped some Android.OS + Wrapped some Android.R Enjoy Android Native Apps Developing Babak Yaghoobi
Platform: | Size: 2789376 | Author: 刘涌 | Hits:
« 12 3 »

CodeBus www.codebus.net